home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / mac / raytrace / rayshade / ryshdmst.hqx / Rayshade / blotch.ray < prev    next >
Encoding:
Text File  |  1992-04-15  |  497 b   |  32 lines

  1. maxdepth 3 
  2. eyep 2.1 1.3 1.7 
  3. lookp 0 0 0 
  4. up 0 0 1 
  5. fov 45 
  6. screen 50 50
  7.  
  8. frames 10
  9.  
  10. background 0.2 0.2 0.2 
  11. surface red 
  12.     ambient 0.3 0.1 0.1 
  13.     diffuse 0.6 0.5 0.4 
  14.     specular 0.9 0.4 0.5
  15.     specpow 5
  16.     reflect 0.7
  17. surface silver 
  18.     ambient 0.2 0.2 0.2 
  19.     diffuse 0.8 0.8 0.8 
  20.     specular 0.9 0.9 0.9
  21.     specpow 50
  22.     reflect 0.9
  23.  
  24. sphere red 1.0 0 0 0 
  25.     texture checker silver scale .25 .25 .25
  26.     rotate 1 0 0 (36 * time)
  27.  
  28. light 0.5 point 4 3 2 
  29. light 0.288675 point 1 -4 4 
  30. /*
  31. light 0.288675 point -3 1 5
  32. */